home *** CD-ROM | disk | FTP | other *** search
/ Light ROM 6 / LIGHT-ROM 6.iso / demos / polytran / nugraf / disk5 / data.5 / VCPLUGIN / IMP_CD3D.RTI < prev    next >
Encoding:
Text File  |  1995-10-04  |  896 b   |  27 lines

  1. #
  2. # CAD 3D geometry import DLL runtime information.
  3. #
  4. # DO NOT MODIFY THIS FILE! Doing so will make the DLL inoperable.
  5. #
  6.  
  7. # What type of plug-in this is (ie: geometry import, geometry export)
  8. Plugin_Type             = GeometryImport
  9.  
  10. # Which API version this plug-in adhears to (1, 2, etc)
  11. Adhears_To_Plugin_Version    = 1
  12.  
  13. # 1 = has an options dialog box, 0 = no options dialog box
  14. Has_Options_Dialog_Box        = 1
  15.  
  16. # 1 = has an "About" dialog box, 0 = no about dialog box
  17. Has_About_Dialog_Box        = 1
  18.  
  19. # An ASCII descriptive name for this plug-in (ie: used in the context of 'error loading "3D Studio" plug-in')
  20. Plugin_Descriptive_Name        = "CAD 3D"
  21.  
  22. # An ASCII string added to the plug-ins main execution menu
  23. Menu_Description        = "CAD 3D .3d2"
  24.  
  25. # The filter specification used for the Windows File-Open dialog box
  26. FileOpen_Filter_Spec        = "CAD 3D Files (*.3d2)|*.3d2|"
  27.